home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / base / net-tool.000 < prev    next >
Encoding:
Text File  |  1996-11-17  |  3.9 KB  |  112 lines

  1. net-tools
  2.  
  3.                                 README
  4.  
  5.                Informations about the net-tools package                                
  6.  
  7.  
  8. NET-TOOLS    A collection of programs that form the base set of the
  9.         NET-3 Networking Distribution for the LINUX operating
  10.         system.
  11.  
  12. Package includes the important Tools for Controling the net-subsystem of
  13. the Linux-Kernel. This includes arp, hostname, ifconfig, ipfw, netstat,
  14. rarp and route. The commands can be compiled with NLS to support different 
  15. Languages.
  16.  
  17.   Bug-Reports : net-tools@lina.inka.de
  18.   Maintainer  : Bernd Eckenfels                       <ecki@lina.inka.de>
  19.   WWW-Page    : http://www.inka.de/sites/lina/linux/NetTools/index_en.html
  20.   Primary Site: ftp.inka.de:/pub/comp/linux/networking/NetTools/
  21.   Mirror      : ftp.linux.org.uk:/pub/linux/Networking/PROGRAMS/NetTools/
  22.  
  23. Please include the output of "program --version" into your bugreport if you
  24. complain about binaries. Add the Output of "uname -a" and try to describe your
  25. whole setup. Include your routing tables, your intended networking setup.
  26.  
  27. Files in this Package:
  28.   
  29.    README        This File
  30.  
  31.    CHANGES        History of Changes
  32.  
  33.    INSTALLING        Short Description of compiling and installing 
  34.             the net-tools.
  35.  
  36.    TODO            List of work which needs to be done
  37.  
  38.    patches/README    description of a few misc patches
  39.  
  40.  
  41.                           Release-Notes
  42.                           -------------
  43.  
  44. You can see from the version number, that this is still not an official
  45. release for the net-tools package 1.3. Please check the tools. The NLS
  46. Support is currently disabled, cause the cataloug files are completely
  47. outdated. "hostname" and "arp" are considered beta, even the man-pages are
  48. up-to-date. route is a mess but a good start for additional AF support.
  49. ifconfig should run, but manpage is out of date. netstat can be improved and
  50. need to be tested.
  51.  
  52.  
  53. REQUIRED
  54. --------
  55. The tools use /usr/include/linux/* headerfiles. Therefore you have to install
  56. a kernelsource tree. If you have installed a >1.3.50 kernelsource you will
  57. be able to use all the features of the net-tools. They will still run with
  58. 1.2.x kernels. It is possible to compile the net-tools with an installed
  59. 1.2.x kernelsource but it is not recommended. Each net-tool will display a
  60. list of the version dependend features with the --version option.
  61.  
  62.  
  63. N O T E:
  64. ~~~~~~~~
  65. ipfw does currently NOT support Kernels newr then 1.3.60. In addition to
  66.   that 1.3.x Binaries will not run on 1.2.x Systems. Dont consider this as a
  67.   usable Version. ipfw will NOT compile with the new Kernels, remove it in
  68.   the Makefile. If you need a program to support firewalling, then have a look
  69.   at ipfwadm:
  70.  
  71.   ipfwadm-2.1 (or newer) from ftp://ftp.xos.nl/pub/linux/ipfwadm/
  72.  
  73. arp requires the setting of a interface (-i) with newer Kernels. It is
  74.   important, that the device for the proxy-arp IS NOT the device the
  75.   destination will be reached. This may happen if you use 'arp' before u use
  76.   'route', or if u call 'arp' to proxy for foreign hosts on your ethernet.
  77.  
  78. route/netstat -r will not yet support different AF cleanly. This Release
  79.   is intented to be a base for contributors to add the ipx/ddp/ax25 stuff.
  80.  
  81.  
  82. PATCHES
  83. -------
  84. There is a new directory called `patches' in the distribution. Those are
  85. some unsupported and unofficial patches for different parts of the System.
  86. See the file patches/README for information.
  87.  
  88. If you get an warning about LITTLE_ENDIAN redefined ignore it, or fix your
  89. /usr/include/endian.h file with patches/endian.patch.
  90.  
  91.  
  92. NET-DRIVERS
  93. -----------
  94. Tools for networking drivers (like slattach and plipconfig) can be found in
  95. the net-drivers package. (Soon to be released).
  96.  
  97.  
  98. TODO
  99. ----
  100. See the File CHANGES for a Documentattion of the new Features and TODO if
  101. you want to help me improving this Package.
  102.  
  103.  
  104. INSTALLING
  105. ----------
  106. See the file `INSTALLING' for a description how to configure, compile and
  107. install the net-tools.
  108.  
  109.  
  110. Bernd 'eckes' Eckenfels
  111. <net-tools@lina.inka.de>
  112.